home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Game Programming All in One
/
3D Game Programming All in One Disc.iso
/
3D2E
/
demo
/
server
/
scripts
/
flag.cs
< prev
next >
Wrap
Text File
|
2005-11-23
|
520b
|
20 lines
//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------
datablock StaticShapeData(FlagPole)
{
category = "Demo";
shapeFile = "~/data/shapes/objects/flagpole.dts";
};
datablock ShapeBaseImageData(FlagPoleImage)
{
shapeFile = "~/data/shapes/objects/flagpole.dts";
mountPoint = 1;
offset = "0 0 -1";
emap = false;
};